The JavaBean API > JavaBean overview > MMJB.getMethods() |
![]() ![]() ![]() |
Availability
Dreamweaver UltraDev 4.0
Description
Introspects the bean class and returns its methods.
Arguments
packageName.className
packageName.className
is the package name of the class, which is part of the classpath. It must be a Java .jar or .zip Java archive.
Returns
A string array of the JavaBean methods. On error, returns an empty array.
![]() ![]() ![]() |